Skip to content

Upgrade solidjs beta 32 - #8014

Open
brenelz wants to merge 2 commits into
solid-router-v2-prefrom
upgrade-solidjs-beta-32
Open

Upgrade solidjs beta 32#8014
brenelz wants to merge 2 commits into
solid-router-v2-prefrom
upgrade-solidjs-beta-32

Conversation

@brenelz

@brenelz brenelz commented Aug 8, 2026

Copy link
Copy Markdown
Contributor

Upgrades to the latest Solid 2.0 beta (skips over beta.30/31) and the latest plugin.

  • solid-js, @solidjs/web, babel-preset-solid2.0.0-beta.32
  • vite-plugin-solid3.0.0-next.23 (peer-requires >=2.0.0-beta.32, ships @dom-expressions/compiler@0.50.0-next.40)

Breaking change handled: renderToStringAsync removed

beta.32's @solidjs/web exports only render, renderToString (now synchronous-only), and renderToStream. The replacement for the old async-settled string render is built into the stream object: await renderToStream(...) resolves with the complete HTML once every boundary settles. The two server test files in packages/solid-router were migrated accordingly; no runtime source used the removed API.

Verification

Suite Result
packages/solid-router test:unit (client) 838 passed, 2 skipped, no type errors
packages/solid-router test:unit (server) 2 passed
e2e/solid-start/basic build + e2e 80 passed, 4 skipped

Counts match the beta.29 baseline (client suite grew 814 → 838 from tests added on the base branch since). Lockfile audited: zero stale beta.29/next.21 resolutions, transitive babel-preset-solid moved to beta.32 on a plain install (no lockfile surgery needed).

🤖 Generated with Claude Code

- solid-js / @solidjs/web / babel-preset-solid: 2.0.0-beta.29 -> 2.0.0-beta.32
- vite-plugin-solid: ^3.0.0-next.21 -> ^3.0.0-next.23 (ships @dom-expressions/compiler 0.50.0-next.40)
- Migrate server tests off removed renderToStringAsync: awaiting renderToStream()
  now resolves with the fully-settled HTML string

Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
@coderabbitai

coderabbitai Bot commented Aug 8, 2026

Copy link
Copy Markdown
Contributor

Important

Review skipped

Auto reviews are disabled on base/target branches other than the default branch.

Please check the settings in the CodeRabbit UI or the .coderabbit.yaml file in this repository. To trigger a single review, invoke the @coderabbitai review command.

⚙️ Run configuration

Configuration used: defaults

Review profile: CHILL

Plan: Pro Plus

Run ID: 6f8d6701-2bca-40a4-bace-04cebfac5362

You can disable this status message by setting the reviews.review_status to false in the CodeRabbit configuration file.

Use the checkbox below for a quick retry:

  • 🔍 Trigger review

Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out.

❤️ Share

Comment @coderabbitai help to get the list of available commands.

@nx-cloud

nx-cloud Bot commented Aug 8, 2026

Copy link
Copy Markdown
Contributor

View your CI Pipeline Execution ↗ for commit 161f885

Command Status Duration Result
nx affected --targets=test:eslint,test:unit,tes... ✅ Succeeded 9m 15s View ↗
nx run-many --target=build --exclude=examples/*... ✅ Succeeded 51s View ↗

☁️ Nx Cloud last updated this comment at 2026-08-08 18:49:32 UTC

@github-actions

github-actions Bot commented Aug 8, 2026

Copy link
Copy Markdown
Contributor

🚀 Changeset Version Preview

6 package(s) bumped directly, 0 bumped as dependents.

🟩 Patch bumps

Package Version Reason
@tanstack/solid-router 2.0.0-beta.29 → 2.0.0-beta.30 Changeset
@tanstack/solid-router-devtools 2.0.0-beta.24 → 2.0.0-beta.25 Changeset
@tanstack/solid-router-ssr-query 2.0.0-beta.30 → 2.0.0-beta.31 Changeset
@tanstack/solid-start 2.0.0-beta.30 → 2.0.0-beta.31 Changeset
@tanstack/solid-start-client 2.0.0-beta.29 → 2.0.0-beta.30 Changeset
@tanstack/solid-start-server 2.0.0-beta.29 → 2.0.0-beta.30 Changeset

@socket-security

socket-security Bot commented Aug 8, 2026

Copy link
Copy Markdown

Review the following changes in direct dependencies. Learn more about Socket for GitHub.

Diff Package Supply Chain
Security
Vulnerability Quality Maintenance License
Updated@​solidjs/​web@​2.0.0-beta.29 ⏵ 2.0.0-beta.3281 +21008297 +1100
Updatedbabel-preset-solid@​2.0.0-beta.29 ⏵ 2.0.0-beta.321001009096 +1100
Updatedsolid-js@​2.0.0-beta.29 ⏵ 2.0.0-beta.32100 +210095 +196 +1100
Updatedvite-plugin-solid@​3.0.0-next.21 ⏵ 3.0.0-next.239910010098 +1100

View full report

@github-actions

github-actions Bot commented Aug 8, 2026

Copy link
Copy Markdown
Contributor

Bundle Size Benchmarks

  • Commit: af5d50a34d86
  • Measured at: 2026-08-08T18:41:01.360Z
  • Baseline source: history:44a8c3e1d2af
  • Dashboard: bundle-size history

The following scenarios have bundle-size changes compared with the baseline:

Scenario Current (gzip) Delta vs baseline Initial gzip Raw Brotli Trend
react-router.minimal 87.11 KiB +3.19 KiB (+3.80%) 86.97 KiB 269.28 KiB 75.85 KiB ███████▁▁▁▁█
react-router.full 90.92 KiB +3.49 KiB (+3.99%) 90.78 KiB 281.29 KiB 79.07 KiB ███████▁▁▁▁█
solid-router.minimal 41.08 KiB +7.85 KiB (+23.61%) 40.96 KiB 116.36 KiB 37.12 KiB ▂▂▂▂▂▂▂▁▁▁▁█
solid-router.full 46.26 KiB +8.20 KiB (+21.54%) 46.14 KiB 132.18 KiB 41.75 KiB ▂▂▂▂▂▂▂▁▁▁▁█
vue-router.minimal 52.14 KiB +2.62 KiB (+5.29%) 52.02 KiB 143.30 KiB 46.86 KiB ▇▇▇▇▇▇▇▁▁▁▁█
vue-router.full 58.10 KiB +2.99 KiB (+5.43%) 57.97 KiB 162.07 KiB 52.15 KiB ▇▇▇▇▇▇▇▁▁▁▁█
react-start.minimal 102.00 KiB +5.25 KiB (+5.42%) 101.87 KiB 318.27 KiB 88.50 KiB ▆▆▆▆▆▆▆▁▁▁▁█
react-start.deferred-hydration 102.74 KiB +5.25 KiB (+5.39%) 101.89 KiB 319.64 KiB 89.25 KiB ▆▆▆▆▆▆▆▁▁▁▁█
react-start.full 105.41 KiB +5.49 KiB (+5.49%) 105.27 KiB 328.27 KiB 91.38 KiB ▆▆▆▆▆▆▆▁▁▁▁█
react-start.rsbuild.minimal 99.79 KiB -283 B (-0.28%) 99.62 KiB 312.70 KiB 86.01 KiB ▅▆▆▆▆▆▆▆▆▇█▁
react-start.rsbuild.minimal-iife 100.19 KiB -285 B (-0.28%) 100.02 KiB 313.64 KiB 86.37 KiB ▅▆▆▆▆▆▆▆▆▇█▁
react-start.rsbuild.full 103.12 KiB -277 B (-0.26%) 102.95 KiB 322.85 KiB 88.78 KiB ▄▆▆▅▅▆▆▆▆▇█▁
solid-start.minimal 69.43 KiB +23.42 KiB (+50.89%) 69.30 KiB 203.10 KiB 61.93 KiB ▂▂▂▂▂▂▂▁▁▁▁█
solid-start.deferred-hydration 73.33 KiB +24.24 KiB (+49.39%) 69.84 KiB 211.83 KiB 65.55 KiB ▂▂▂▂▂▂▂▁▁▁▁█
solid-start.full 73.42 KiB +22.33 KiB (+43.70%) 73.29 KiB 214.74 KiB 65.42 KiB ▂▂▂▂▂▂▂▁▁▁▁█
vue-start.minimal 70.46 KiB +4.92 KiB (+7.50%) 70.33 KiB 201.06 KiB 62.61 KiB ▅▅▅▅▅▅▅▁▁▁▁█
vue-start.full 74.42 KiB +5.05 KiB (+7.28%) 74.29 KiB 213.66 KiB 65.95 KiB ▆▆▆▆▆▆▆▁▁▁▁█

Current gzip tracks all emitted client JS chunks. Initial gzip tracks only the entry/import graph. Trend sparkline is historical current gzip ending with this PR measurement; lower is better.

@pkg-pr-new

pkg-pr-new Bot commented Aug 8, 2026

Copy link
Copy Markdown
More templates

@tanstack/arktype-adapter

npm i https://pkg.pr.new/@tanstack/arktype-adapter@8014

@tanstack/eslint-plugin-router

npm i https://pkg.pr.new/@tanstack/eslint-plugin-router@8014

@tanstack/eslint-plugin-start

npm i https://pkg.pr.new/@tanstack/eslint-plugin-start@8014

@tanstack/history

npm i https://pkg.pr.new/@tanstack/history@8014

@tanstack/nitro-v2-vite-plugin

npm i https://pkg.pr.new/@tanstack/nitro-v2-vite-plugin@8014

@tanstack/react-router

npm i https://pkg.pr.new/@tanstack/react-router@8014

@tanstack/react-router-devtools

npm i https://pkg.pr.new/@tanstack/react-router-devtools@8014

@tanstack/react-router-ssr-query

npm i https://pkg.pr.new/@tanstack/react-router-ssr-query@8014

@tanstack/react-start

npm i https://pkg.pr.new/@tanstack/react-start@8014

@tanstack/react-start-client

npm i https://pkg.pr.new/@tanstack/react-start-client@8014

@tanstack/react-start-rsc

npm i https://pkg.pr.new/@tanstack/react-start-rsc@8014

@tanstack/react-start-server

npm i https://pkg.pr.new/@tanstack/react-start-server@8014

@tanstack/router-cli

npm i https://pkg.pr.new/@tanstack/router-cli@8014

@tanstack/router-core

npm i https://pkg.pr.new/@tanstack/router-core@8014

@tanstack/router-devtools

npm i https://pkg.pr.new/@tanstack/router-devtools@8014

@tanstack/router-devtools-core

npm i https://pkg.pr.new/@tanstack/router-devtools-core@8014

@tanstack/router-generator

npm i https://pkg.pr.new/@tanstack/router-generator@8014

@tanstack/router-plugin

npm i https://pkg.pr.new/@tanstack/router-plugin@8014

@tanstack/router-ssr-query-core

npm i https://pkg.pr.new/@tanstack/router-ssr-query-core@8014

@tanstack/router-utils

npm i https://pkg.pr.new/@tanstack/router-utils@8014

@tanstack/router-vite-plugin

npm i https://pkg.pr.new/@tanstack/router-vite-plugin@8014

@tanstack/solid-router

npm i https://pkg.pr.new/@tanstack/solid-router@8014

@tanstack/solid-router-devtools

npm i https://pkg.pr.new/@tanstack/solid-router-devtools@8014

@tanstack/solid-router-ssr-query

npm i https://pkg.pr.new/@tanstack/solid-router-ssr-query@8014

@tanstack/solid-start

npm i https://pkg.pr.new/@tanstack/solid-start@8014

@tanstack/solid-start-client

npm i https://pkg.pr.new/@tanstack/solid-start-client@8014

@tanstack/solid-start-server

npm i https://pkg.pr.new/@tanstack/solid-start-server@8014

@tanstack/start-client-core

npm i https://pkg.pr.new/@tanstack/start-client-core@8014

@tanstack/start-fn-stubs

npm i https://pkg.pr.new/@tanstack/start-fn-stubs@8014

@tanstack/start-plugin-core

npm i https://pkg.pr.new/@tanstack/start-plugin-core@8014

@tanstack/start-server-core

npm i https://pkg.pr.new/@tanstack/start-server-core@8014

@tanstack/start-static-server-functions

npm i https://pkg.pr.new/@tanstack/start-static-server-functions@8014

@tanstack/start-storage-context

npm i https://pkg.pr.new/@tanstack/start-storage-context@8014

@tanstack/valibot-adapter

npm i https://pkg.pr.new/@tanstack/valibot-adapter@8014

@tanstack/virtual-file-routes

npm i https://pkg.pr.new/@tanstack/virtual-file-routes@8014

@tanstack/vue-router

npm i https://pkg.pr.new/@tanstack/vue-router@8014

@tanstack/vue-router-devtools

npm i https://pkg.pr.new/@tanstack/vue-router-devtools@8014

@tanstack/vue-router-ssr-query

npm i https://pkg.pr.new/@tanstack/vue-router-ssr-query@8014

@tanstack/vue-start

npm i https://pkg.pr.new/@tanstack/vue-start@8014

@tanstack/vue-start-client

npm i https://pkg.pr.new/@tanstack/vue-start-client@8014

@tanstack/vue-start-server

npm i https://pkg.pr.new/@tanstack/vue-start-server@8014

@tanstack/zod-adapter

npm i https://pkg.pr.new/@tanstack/zod-adapter@8014

commit: bcc3587

@codspeed-hq

codspeed-hq Bot commented Aug 8, 2026

Copy link
Copy Markdown

Merging this PR will improve performance by 59.64%

⚠️ Different runtime environments detected

Some benchmarks with significant performance changes were compared across different runtime environments,
which may affect the accuracy of the results.

Open the report in CodSpeed to investigate

⚡ 6 improved benchmarks
🆕 173 new benchmarks

Performance Changes

Mode Benchmark BASE HEAD Efficiency
Simulation ssr request loop (react) 330.5 ms 79.4 ms ×4.2
Simulation client-side navigation loop (solid) 72.6 ms 43.9 ms +65.39%
Simulation ssr request loop (vue) 420.3 ms 269.5 ms +55.93%
Simulation client-side navigation loop (react) 56.3 ms 47.5 ms +18.53%
Simulation client-side navigation loop (vue) 83 ms 72.7 ms +14.16%
Simulation ssr request loop (solid) 174.6 ms 153.2 ms +13.97%
🆕 Simulation ssr not-found (vue) N/A 145.4 ms N/A
🆕 Simulation ssr redirect (vue) N/A 49.8 ms N/A
🆕 Simulation ssr head (vue) N/A 293.1 ms N/A
🆕 Simulation ssr loaders (vue) N/A 117.1 ms N/A
🆕 Simulation ssr selective (vue) N/A 126.3 ms N/A
🆕 Simulation ssr server-fn GET (vue) N/A 77.7 ms N/A
🆕 Simulation ssr server-fn POST (vue) N/A 75.5 ms N/A
🆕 Simulation ssr server-route middleware (vue) N/A 56.1 ms N/A
🆕 Simulation ssr server-route (vue) N/A 55.9 ms N/A
🆕 Simulation ssr streaming deferred (vue) N/A 94.7 ms N/A
🆕 Simulation ssr assets inline-css cdn (vue) N/A 161.4 ms N/A
🆕 Simulation ssr assets linked-css control (vue) N/A 191.7 ms N/A
🆕 Simulation ssr before-load chain (vue) N/A 153.4 ms N/A
🆕 Simulation ssr control-flow error 500 (vue) N/A 174 ms N/A
... ... ... ... ... ...

ℹ️ Only the first 20 benchmarks are displayed. Go to the app to view all benchmarks.

Tip

Curious why this is faster? Comment @codspeedbot explain why this is faster on this PR, or directly use the CodSpeed MCP with your agent.


Comparing upgrade-solidjs-beta-32 (bcc3587) with solid-router-v2-pre (67a9040)1

Open in CodSpeed

Footnotes

  1. No successful run was found on solid-router-v2-pre (5c400bc) during the generation of this report, so 67a9040 was used instead as the comparison base. There might be some changes unrelated to this pull request in this report.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant